projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d8aee
)
(custom-facep): Defined (once again).
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 May 1997 06:39:39 +0000
(06:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 May 1997 06:39:39 +0000
(06:39 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 1d986d42ea7fb07d88c81ddcafcaefa179c6e3b9..8b9ed38641c8b6ed5c35de70beaac8b2c2d74700 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-30,6
+30,10
@@
;;; Code:
+(defalias 'custom-facep
+ (if (fboundp 'facep) 'facep
+ '(lambda (face) nil)))
+
;;; Declaring a face.
;;;###autoload